Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
The following tables list the members exposed by BaseList<T>.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Owner | Gets the reference to the owning collection. |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IsEquals | Compares 2 lists for their content equality. | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
ToString |
Name | Description | |
---|---|---|
ClearItems | (Inherited from C1.Schedule.C1ObservableCollection<T>) | |
InsertItem | Overridden. Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection. | |
OnCollectionChanged | (Inherited from C1.Schedule.C1ObservableCollection<T>) | |
RemoveItem | (Inherited from C1.Schedule.C1ObservableCollection<T>) | |
SetItem | Overridden. Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection. |